body { 
margin : 0; 
padding : 0; 
background-repeat : repeat; 
} 
#wrapper { 
width : 720px; 
position : relative; 
left : 50%; 
margin-left : -360px; 
} 
#background { 
position : absolute; 
width : 650px; 
height : 1000px; 
top : 15px; 
left : 60px; 
} 
#content { 
position : absolute; 
width : 520px; 
height : 900px; 
top : 5px; 
left : 80px; 
margin : 1.5em 2em 2em; 
padding : 1em; 
border : 1px solid red; 
font-family : helvetica, arial, sans-serif; 
font-weight : bold; 
line-height: 1.1em;
color : #fff; 
} 
a:link { 
text-decoration : none; 
font-weight : bold; 
color : #fff; 
} 
a:visited { 
font-style : normal; 
font-family : helvetica, arial, sans-serif; 
font-weight : bold; 
text-decoration : none; 
color : #fff; 
} 
a:hover { 
text-decoration : underline; 
} 
